home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Title Page Time Transfer.sd < prev    next >
INI File  |  2006-09-13  |  1KB  |  52 lines

  1. [SUBJECT]
  2. Description=Display a title page for predefined time interval
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;
  9. ;<!-- Cut-N-Paste JavaScript from ISN Toolbox 
  10. ;     Copyright 1996, Infohiway, Inc.  Restricted use is hereby
  11. ;     granted (commercial and personal OK) so long as this code
  12. ;     is not *directly* sold and the copyright notice is buried
  13. ;     somewhere deep in your HTML document.  A link to our site
  14. ;     http://www.infohiway.com is always appreciated of course,
  15. ;     but is absolutely and positively not necessary. ;-)   -->
  16. ;
  17. ;<script language="JavaScript">
  18. ;<!--
  19. ;// pause_time determines the length of pause after the page
  20. ;// is loaded until it transfers
  21. ;//     0 =  0 seconds
  22. ;//  5000 =  5 seconds
  23. ;// 10000 = 10 seconds
  24. ;pause_time = `timeout`;
  25. ;
  26. ;// transfer_location is either the relative or full URL
  27. ;// of the page to which you want it to transfer you
  28. ;transfer_location = "`URL`";
  29. ;
  30. ;function transfer() {
  31. ; if (document.images)
  32. ;  setTimeout('location.replace("'+transfer_location+'");',pause_time);
  33. ; else
  34. ;  setTimeout('location.href = transfer_location;',pause_time);
  35. ;}
  36. ;// -->
  37. ;</script>
  38.  
  39.  
  40. [BODY_TAG]
  41. ;onLoad="transfer()"
  42.  
  43.  
  44. [`timeout`]
  45. Kind=S
  46. Value=5000
  47.  
  48. [`URL`]
  49. Kind=U
  50. Value=http://www.yahoo.com
  51.  
  52.